home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / qmodker.arc / QMOD-KER.DOC < prev    next >
Text File  |  1986-06-28  |  3KB  |  61 lines

  1.                      Q M O D E M   --->   K E R M I T
  2.  
  3. This file will temporary help you implement KERMIT Protocol with Qmodem now
  4. until it is Offically implemented in Qmodem.
  5.  
  6. In order to take advantage of  KERMIT Protocol  with Qmodem you have to use
  7. MSKERMIT.EXE and refer to the MSKERMIT.DOC  file for the complete syntax of
  8. MSKERMIT.  These can be obtained from most RBBS-PC Systems running CPC14-1B
  9. or greater by DownLoading a file called:  RBBS-KRM.ARC   My RBBS always has
  10. it available if you are having problems finding it.
  11.  
  12. While in  QMODEM  and after you have told  RBBS-PC  CPC14-1B  or greater to
  13. DownLoad or UpLoad a file ... EXIT  QMODEM  (Alt X) and EXIT QMODEM leaving
  14. DTR  Present ( X  instead of  Y ) this way you do not drop carrier and loose
  15. connection with the RBBS-PC.  (IMPORTANT:  You can not Shell to DOS and then
  16. run Kermit!  If you do, when you  EXIT the Shell  and return to  Qmodem the
  17. COMM Port  will  not  be in the same state and therefore you will have lost
  18. communication with Qmodem and the RBBS!)  When you are at your  DOS  Prompt
  19. run MSKERMIT or PCKERMIT setting all of the parameters necessary for Kermit
  20. to communicate with the correct COMM Port, Baud Rate, etc...(see MSKERMIT.DOC)
  21. After you have  Completed  Your  Transfer ... re-run Qmodem and when coming
  22. back in make sure that your Baud  Rate settings that Qmodem and the RBBS-PC
  23. were talking with before are the  same  now  as before by checking the Baud
  24. Rate Setings  in  Qmodem  (Alt P)  and change it to the correct settings if
  25. necessary.  You are now back in Qmodem and RBBS-PC is waiting for you.
  26.  
  27. I have included 2 files:  REC.BAT  and  SEND.BAT  which is also explained in
  28. the MSKERMIT.DOC file.
  29.  
  30. If you want to receive a file when are talking at  2400,8,1,N and COMM1 just
  31. run the REC.BAT file.  If you want to send a file using 2400,8,1,N and COMM1
  32. just run the SEND.BAT file and put the name of the file that you want to send
  33. as a parameter to the file (ie  SEND filename.ext).  On both of these files,
  34. after completing the transmission they will re-run Qmodem.
  35.  
  36. One last thing, if you plan on UpLoading with Qmodem and Kermit (which I hope
  37. that you do) please go into Qinstall and take out any Modem INIT String that
  38. you might have because when you re-run  Qmodem ... RBBS-PC will be prompting
  39. you for the Program  Description and if you have a Modem INIT String that is
  40. what will be entered as the  Program  Description for the file that you just
  41. UpLoaded.
  42.  
  43. If you have any questions, I am more than happy to try and help!
  44.  
  45. Enjoy...
  46.                                  Rod Bowman
  47.                                 "The `PC' Spectrum" (tm)
  48.                                  P.O. Box #1546
  49.                                  Cucamonga, CA  91730
  50.                                  (714) 945-2612 (DATA)
  51.  
  52.  
  53. REC.BAT
  54.                  PCKERMIT -B 2400 -R
  55.                  QMODEM
  56.  
  57. SEND.BAT
  58.                  PCKERMIT -B 2400 -S %1
  59.                  QMODEM
  60.  
  61.